DSH Plugin dsh-deeplink: Open a Specific Session or Project Directly from a URL

dsh-deeplink is a lightweight plugin for the DSH WebUI, designed to address the pain point of manually searching for conversation sessions. It allows users to directly open a specific conversation within a designated project or workspace via URL query parameters (`?session=<id>` or `?workspace=<id>`), with a session-first strategy. The plugin features "deep link redirection" and "address bar following," where the latter updates the address bar in real time with the current session ID without polluting browser history. Additionally, it registers model prompts on the backend, enabling the AI to automatically attach real, existing deep link IDs when referencing other sessions or projects. Installation is straightforward, deployable via the `dsh plugin` command without requiring a build step. This plugin is suitable for DSH users who need to share, bookmark session links, or wish to implement intelligent deep link references.

Read More
dsh-session-link: Codex-Style Session Deep Linking Plugin for DeepSeek Harness

dsh-session-link is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the difficulty of referencing context across sessions in web workflows. Through its session deep-linking feature, the plugin allows users to copy a `dsh://session/<session-ID>` link from a session header and paste it into another conversation, whereupon the source session content is injected as controlled, read-only snapshot background context. On Windows, it supports registering a protocol handler, enabling direct opening of the Web GUI and locating the corresponding session upon clicking the link. The plugin features robust error handling, preserving original text and logging issues for malformed links, self-references, or permission anomalies, with default limits of 3 references per message and 64 KiB per source, propagating only text while excluding non-text blocks such as images. Installation requires executing

Read More
dsh-session-deeplink: Accessing and Sharing DSH Sessions via URL

dsh-session-deeplink is a web client plugin for DeepSeek Harness (DSH) designed to enable direct access and sharing of sessions via URLs. This plugin allows users to open a specific session through a link like `/?session=<id>` and automatically synchronizes the session ID in the browser's address bar when switching sessions, while preserving other query parameters. It operates entirely on the client side, adding no load to the host server. For installation, it is recommended to install it via npm packages to the web profile, or it can be pulled from GitHub. When using pnpm 10+, authorization for building must be granted in the configuration file. The plugin is currently developed based on DSH 0.1.0-rc.6, and as DSH is in a developer preview stage, future versions may require updates. Before use,

Read More